home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to "index.roll"
- set the text of field "rollover text" to "Click here to view all the software titles currently in stock."
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to "index"
- set the text of field "rollover text" to " "
- end
-
- on mouseDown me
- global lastFrame
- set lastFrame to the frame
- case lastFrame of
- 14:
- puppetSprite(1, 1)
- puppetSprite(31, 1)
- puppetSprite(32, 1)
- puppetSprite(33, 1)
- puppetSprite(34, 1)
- go("index")
- 26:
- puppetSprite(1, 1)
- puppetSprite(32, 1)
- puppetSprite(33, 1)
- go("index")
- 36:
- puppetSprite(1, 1)
- go("index")
- end case
- end
-
- on getBehaviorDescription
- return "Handles the rollover, cursor swap, and user click on the exit button. Will go to the index section of the store on mouseDown"
- end
-